Skip to content

Conversation

DaanVanVugt
Copy link

No description provided.

cursor[bot]

This comment was marked as outdated.

s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")

s.add_dependency 'administrate', '~> 0.12'
s.add_dependency 'administrate', '~> 0.12, < 2.0'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Administrate Version Constraint Issue

The administrate dependency constraint ~> 0.12, < 2.0 doesn't enable administrate 1.x compatibility. The ~> 0.12 operator restricts versions to less than 1.0.0, making the < 2.0 part redundant and preventing the intended 1.x support.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant